Extra lines in 2nd before 11 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line Δ11; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 11:18)
/* You may incorporate this sample code into your applications without
** restriction, though the sample code has been provided "AS IS" and the
** responsibility for its operation is 100% yours. However, what you are
** not permitted to do is to redistribute the source as "DSC Sample Code"
** after having made changes. If you're going to re-distribute the source,
** we require that you make it clear in the source that the code was
** descended from Apple Sample Code, but that you've made changes. */
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line 85:86; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 93)
case INITMESSAGE: /* For these messages, the TRect behavior is what we want. */
case FREEMESSAGE:
case FREEMESSAGE: /* For these messages, the TRect behavior is what we want. */
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line 94:97; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 101:104)
case GETBBOXMESSAGE:
case SETBBOXMESSAGE:
case SECTBBOXMESSAGE:
case TARGETMESSAGE:
case GETOBJRECTMESSAGE:
case SETOBJRECTMESSAGE:
case SECTOBJRECTMESSAGE:
case GETBBOXMESSAGE:
Extra lines in 2nd before 101 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line Δ101; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 108)
case COMPAREMESSAGE:
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line 104:105; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 112)
case HITTESTMESSAGE:
return(0L); /* Groups can not directly be hit. */
case INITMESSAGE:
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line 108:109; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 115:116)
case GETRGNMESSAGE:
return((long)NewRgn()); /* The region is used for hit-testing, so return an empty rgn. */
case HITTESTMESSAGE:
return(0L); /* Groups can not directly be hit. */
Extra lines in 2nd before 112 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line Δ112; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 119:122)
case GETRGNMESSAGE:
return((long)NewRgn()); /* The region is used for hit-testing, so return an empty rgn. */